projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0bee39
)
(gud-def): Don't use gud-key-prefix at compile time.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 05:54:07 +0000
(
05:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 05:54:07 +0000
(
05:54
+0000)
lisp/gud.el
patch
|
blob
|
history
diff --git
a/lisp/gud.el
b/lisp/gud.el
index 53f2acf8cb08b00f8d050f9ca8eb9c1e3cd100a1..7be667ba8ba4d566a11f1bc82c55f838b35d5daf 100644
(file)
--- a/
lisp/gud.el
+++ b/
lisp/gud.el
@@
-106,7
+106,7
@@
we're in the GUD buffer)."
(list 'quote func)))
(if key
(list 'global-set-key
- (
concat
gud-key-prefix key)
+ (
list 'concat '
gud-key-prefix key)
(list 'quote func)))))
;; Where gud-display-frame should put the debugging arrow. This is